home *** CD-ROM | disk | FTP | other *** search
- /*ScianCurrentFunctions.h
- Eric Pepke
- 10 August 1993
-
- External stuff for ScianCurentFunctions
- */
-
- #define CF_CUT "Cut"
- #define CF_COPY "Copy"
- #define CF_PASTE "Paste"
-
- #ifdef PROTO
- void InitCurrentFunctions(void);
- void KillCurrentFunctions(void);
- Bool CurrentFunctionScriptLine(char *);
- #else
- void InitCurrentFunctions();
- void KillCurrentFunctions();
- Bool CurrentFunctionScriptLine();
- #endif
-